go.pact.im/x/goupdate.htmlGenerator.htmlAnchorText (method)
6 uses
go.pact.im/x/goupdate (current package)
htmlgen.go#L117: if err := g.htmlAnchorText(g.docsURL+modulePath, modulePath); err != nil {
htmlgen.go#L123: if err := g.htmlAnchorText(g.docsURL+modulePath+"@"+oldVersion, oldVersion); err != nil {
htmlgen.go#L129: if err := g.htmlAnchorText(g.docsURL+modulePath+"@"+newVersion, newVersion); err != nil {
htmlgen.go#L242: if err := g.htmlAnchorText(g.docsURL+m.Path, m.Path); err != nil {
htmlgen.go#L248: if err := g.htmlAnchorText(g.docsURL+m.Path+"@"+m.Version, m.Version); err != nil {
htmlgen.go#L380: func (g *htmlGenerator) htmlAnchorText(href, s string) error {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)